home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / fn32_3.zip / TAIL.DOC < prev    next >
Text File  |  1993-02-07  |  836b  |  22 lines

  1. Usage: tail
  2.        [-b [+]#] [-c [+]#] [-n [+]#] [-fqv] [+blocks [+]#]
  3.        [+bytes [+]#] [+lines [+]#] [+follow] [+quiet] [+silent]
  4.        [+verbose] [file...]
  5.  
  6.        tail [+/-#bclqv] [file...]
  7.  
  8.    Options:
  9.    -b, +blocks #        Tail by # 512-byte blocks.
  10.    -c, +bytes #         Tail by # bytes.
  11.    -l, -n, +lines #     Tail by # lines.
  12.    -q, +quiet, +silent  Never print filename headers.
  13.    -v, +verbose         Always print filename headers.
  14.  
  15.    If a number (#) starts with a `+', begin printing with the #th item
  16.    from the start of each file, instead of from the end.
  17.    Reads from standard input if no files are given or when a filename of
  18.    ``-'' is encountered.
  19.    By default, filename headers are printed only if more than one file
  20.    is given.
  21.    By default, prints the last 10 lines (tail -n 10).
  22.